window.addEventListener('DOMContentLoaded',function(){$(document).ready(function(){for(let i=1;i<112;i++){get_process(i)} function get_process(id){const progressBar=$(`.pb_${id} `);progressBar.html("ระบบกำลังสแกนเกม...");setTimeout(function(){let rands=Math.floor(Math.random()*(97-60+1))+60;progressBar.html(rands+"%");if(rands>=90){progressBar.css("width",+rands+"%");progressBar.css("background-color","#0f854e")}else if(rands>=80){progressBar.css("width",+rands+"%");progressBar.css("background-color","#00d4ff")}else if(rands>=70){progressBar.css("width",+rands+"%");progressBar.css("background-color","#ffc107")}else if(rands>=0){progressBar.css("width",+rands+"%");progressBar.css("background-color","#ff0018")}},1000)}})})